home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / sflib14.readme < prev    next >
Encoding:
Text File  |  1993-09-15  |  1.6 KB  |  46 lines

  1. Short: Public screen and display mode library for AmigaDOS 2.04>
  2. TYPE: dev/misc
  3. UPLOADER: lawrenc@nextwork.rose-hulman.edu
  4.  
  5. LONG:
  6.  
  7. IMPORTANT: screenfool.library 1.3 had a major bug in the display mode
  8. listing function, NewDisplayList(). This version supersedes that version.
  9. The autodocs have also been improved, and an AmigaGuide version of the docs
  10. is included.
  11.  
  12. screenfool.library 1.4 (12.9.93)
  13. --------------------------------
  14. A shared library that makes public screen and display mode functions easier to
  15. use under Release 2 and above. With this library, you can open a public screen
  16. with a protected font and title, which will be automatically deallocated by
  17. the library's close function. This means that your application doesn't have
  18. to stay around while the screen is open.
  19.  
  20. Included in this directory:
  21.  
  22. screenfool.library - The library file
  23. screenfool.doc - Library AutoDocs
  24. screenfool.guide - Library AutoDocs in AmigaGuide format.
  25.  
  26. DumbEx/ - Simple example demonstrating library features
  27. ShowAvailModes/ - Example showing how to get fields from the 
  28.   DisplayModeInfo structure
  29.  
  30. screenfool.library and this developer package is © 1993 Chris Lawrence.
  31. The package may be freely distributed for all purposes.
  32.  
  33. Contact:
  34.  
  35. Chris Lawrence
  36. RHIT Box 1137
  37. 5500 Wabash Ave
  38. Terre Haute, IN 47803-3999
  39.  
  40. Internet: Christopher.Lawrence@rose-hulman.edu (preferred address)
  41.  
  42. NOTE:
  43. The ScreenFool utility is a front-end to the library functions that permits
  44. a wide variety of functions a la ScreenX. The unregistered version is freely
  45. distributable and can be found pretty near where you found this.
  46.